compute server - définition. Qu'est-ce que compute server
Diclib.com
Dictionnaire en ligne

Qu'est-ce (qui) est compute server - définition

ENGLISH PHRASE
Does Not Compute; Cannot compute; That does not compute; Do not compute; Does not compute!

compute server      
<computer, parallel> A kind of parallel processor where the parallel processors have no I/O except via a bus or other connection to a front-end processor which handles all I/O to disks, terminals and network. In some antiquated IBM mainframes, a second CPU was provided that could not access I/O devices, known as the slave or attached processor, while the CPU having access to all devices was known as the master processor. (1995-03-19)
Server (computing)         
  • client]] computers communicating with a '''server''' computer via the [[Internet]]
  • Sun's [[Cobalt Qube]] 3; a computer [[server appliance]] (2002); running Cobalt Linux (a customized version of Red Hat Linux, using the 2.2 Linux kernel), complete with the Apache web server.
  • WWW]] server is located at [[CERN]] with its original sticker that says: "This machine is a server. DO NOT POWER IT DOWN!!"
  • rack-mountable]] server with the top cover removed to reveal internal components
  • A network based on the '''[[client–server model]]''' where multiple individual ''clients'' request services and resources from centralized servers
  • [[Wikimedia Foundation]] rackmount servers on racks in a data center
COMPUTER PROGRAM OR DEVICE THAT PROVIDES ACCESS TO A CENTRAL RESOURCE OR OTHER FUNCTIONALITY FOR CLIENTS
Enterprise server; Enterprise Sever; Enterprise Server; Network servers; Network Server; Server computer; Computer server; Network server; Net server; PC server; Server (computer); Server operating system; Server application; Server hardware; Server OS; Server computing; Remote server; Internet server; Server (hardware); Server software; Mobile server; Server (Computing); Mobile Server; Master server; Computer servers
In computing, a server is a piece of computer hardware or software (computer program) that provides functionality for other programs or devices, called "clients". This architecture is called the client–server model.
client-server model         
  • A computer network diagram of clients communicating with a server via the Internet
DISTRIBUTED APPLICATION STRUCTURE IN COMPUTING
Client/server; Client server; Client-Server; Client-server architecture; Client-server model; Client-server protocol; Client/Server Architecture; 2-tier architecture; Client-Side; Client-Server Architecture; Client/server architecture; Client/server environment; Client/server network; Client/server protocol; Client-server system; Server-client model; Client-server computing; Server-client architecture; 2-tier; Client/server principle; Client-server programming; Client/server computing; Client server architecture; Benefits of client server computing; Client-server; Client–server architecture; Client–server; Server–client architecture; Client server communication; Client–server computing; Client-Server Model

Wikipédia

Does not compute

"Does not compute", and variations of it, is a phrase often uttered by computers, robots, and other artificial intelligences in popular culture. The phrase indicates a type of cognitive dissonance on the part of the machine in question. The expression of the phrase "does not compute" by robots or computers attempting to process emotions, contradictions or paradoxes is frequently satirized in popular culture, often leading to the machine's inaction, malfunction or self-destruction. The phrase was used as a catchphrase by the television show My Living Doll in 1964. It was further popularized in Lost in Space (1965) as a catchphrase often uttered by The Robot character.

The problem of how to hold the result of a computation that is not a number is genuine (for example, 1/0) and represented a problem for early computers that would experience divide-by-zero errors or other mathematical paradoxes that software had not yet been written to deal with, leading to a computer crash. The NaN and related data types were invented to solve this problem.